home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v11n02
/
ansrget.bat
next >
Wrap
DOS Batch File
|
1991-12-31
|
414b
|
14 lines
ECHO OFF
CLS
IF NOT %1.==. GOTO LOOP
ECHO What is your answer? Type it in on a single line with a RETURN
ECHO Then press Ctrl-Z followed by the RETURN key
COPY ANSSETEQ.DAT+CON+ANSRET.DAT ANSSETEQ.BAT > NUL
ANSSETEQ.BAT
:LOOP
DEL ANSSETEQ.BAT
ECHO Your answer was "%answer%". I can use it and re-use it
ECHO within this batch file -- see: "%answer%".
ECHO Now I will clear your answer:
SET answer=